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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top