I need to create a simulator build in order to submit my app to facebook team for further review of my open graph.
They have a instruction to create that here facebook instruction
But I use cocoapods and I can not make this build. everytime it gives me error.
xcodebuild -arch i386 -sdk iphonesimulator{version} -workspace [projectName].xcworkspace -scheme [projectName]
Follow the steps Click here
Here is the another easy method to create .zip file
Step 4: your_app_name-jkfksdfhskdhfksdh >>Build>>Products>>Debug-iphonesimulator
Step 5: You will see 2 files one is your_app_name.app(icon like rounder and 1 cross line ) and 2nd file is your_app_name.app.dSYM
I'm in the same boat and have been struggling with this!
I managed to get my build working by adding the following to the command line args:
-workspace [Name.xcworkspace] -Scheme [NameOfScheme]
I also had to edit the scheme and add the Pods target explicitly as it was failing the build with Library not found for -lPods
.
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