문제

I have Xcode project and under that project I have two targets, two separate apps which core functionality is the same, but they are using different Bundle IDs and different provisioning profiles. In signing certificates only the app ID prefix is the same (i.e., my Team ID). The first application works fine, but now when I'm starting to run a second application using Xcode profiler, application launched and after splash screen image application crashed without any error information, in the other side when I'm running the applications on the test device everything works fine.

What is the problem? I spent whole my day to this issue , but it didn't help :(

My bet is that something is wrong with certificates/provisioning profile, but I can't figure out what.

도움이 되었습니까?

해결책

Fixed, problem was connected with preprocessor macroses, I forgot to define preprocessor macroses for Release configuration.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top