Reputation: 3712
When I build by custom native module, xCode reports success and runs in inspector, but no module.a is produced. I've looked in many locations and searched all directories, but no luck. I changed ForgeInspector target to UniversalForgeModule. Tried changing to release build. Still no module.a in a build folder.
Upvotes: 0
Views: 40
Reputation: 3712
Two key steps for any other XCode beginners out there:
Product > Scheme > UniversalForgeModule
.Product > Build For > Profiling
to get a Release build that contains the custom script that produces module.aUpvotes: 1