I'm following this guide, but when I run this command:
xcodebuild -arch i386 -sdk iphonesimulator7.1
I got this error:
** BUILD FAILED **
The following build commands failed:
Ld build/Release-iphonesimulator/andG.app/andG normal i386
(1 failure)
So please help me solve!
I've had similar problem with dependency targets...This post helped me, maybe it's your case too ios simulator build using workspace You should provide some more arguments in your build command like workspace and scheme
-workspace [Name.xcworkspace] -scheme [NameOfScheme]
You should run:
xcodebuild -arch i386 -sdk iphonesimulator7.1 -workspace [name].xcworkspace -scheme [targetName or ProjectName]
also the path of the build maybe different to what Facebook mentioned in there documentation you can find the build under {Derived data directory}/build/Release-iphonesimulator/{projectname}.app
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With