Question

I have an iOS fat static library (iphoneos & iphonesimulator), if I was to use this during an app submission would it fail on the grounds that the binary includes iphonesimulator code?

Was it helpful?

Solution

I think there is no problem. When you link your app for device it simply embed the code for the architecture your are using. So your app compiled for device does not embed code for simulator.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top