ios - iPhone crash log questions? -


I recently updated a new version of my application and it has been rejected as an apple " When we launched it, your app crashed, this happened when your app was used on Wi-Fi. "But I have double check with the ADACH build through Testflights and Ipad IOS on Wi-Fi I am working on 7.1. Here's the crash log that Apple has sent me.

  mirror error message: Library has not been loaded: / Developer / Library / Framwork / Scientist Kit. Framework / CentingKit: referenced from / var / mobile / applications / 27000A12-B7DF-4CB2- BDAA-407CA13E56D2 / xxx.app / xxx Reason: Image not found dyld version: 324.1 binary image: 0x120044000 - 0x120068faa dyld arm64 & lt; 628da833271c3f9bb8d44c34060f55e0 & gt; / Usr / lib / dyld 0x183d98000 - 0x183dbffff account arm64 & lt; 04e6c9c23f373940997e5568b8a52603 & gt; / System / Library / Framework / ACC Framework / Assets 0x183dc0000 - 0x183dc3fff admin arm64 < 0d83c40bfdf03cf095fedcc8ad23be9a & gt; /System/Library/Frameworks/AdSupport.framework/AdSupport 0x183f84000 - 0x183f97ffc AssetsLibrary arm64 & lt; 054d2b33a8213bc4860d8b66a510713a & gt; / System / Library / Framework / Assets Library. Framework / Assets Library 0x184460000 - 0x1845 CBFFFX Network arm64 & lt; Ce62a2429e433953866294646317b611 & gt; / System / Library / Framework / CFNetwork. Framework / CFNetwork 0x1850ac000 - 0x18511bff7 Core Telephony Arm 64 & lt; 61e20d91b4d6306881a64da129c0dcf1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x187520000 - 0x18769bff3 QuartzCore arm64 & LT; 1ae8ea71790d382e84c3d403f0afaffd> / System / Library / Framework / Quartzcore Framework / Quartzcore 0x187700000 - 0x187757ffb Security arm 64 & lt; b27dccf33c573663b07cdbf5d3c9a797 & gt; / System / Library / Framework / Security Framework / Security 0x187758000 - 0x1877e3fff Social Arm 64 & lt; 327452 A6 CDCF3E42A7F71 ADC 0 BAaB B A A; / Systems / libraries / frameworks / social Framework / Social 0x1878c4000 - 0x18792 Buffe 7 System Configuration Arm64 & lt; 58592ccb97af3ceb9008b388c1692d0f & gt; /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x191650000 - 0x19170fff4 libsqlite3.dylib arm64 & lt; D25694cbb3f2336fa7c758b24ae66b37 & gt; /usr/lib/libsqlite3.dylib 0x19179c000 - 0x191887fff libxml2.2.dylib arm64 & lt; 94ada6329bdf3570b4318a3e10558771 & gt; /usr/lib/libxml2.2.dylib 0x1918b4000 - 0x1918c7ff7 libz.1.dylib arm64 & lt; 070746af 9ba53c1ca2d1bf0d2067fb80 & gt; /usr/lib/libz.1.dylib    

The problem is that your app release The unit is trying to load the test framework (SettingKit.framework), where it probably does not exist. You need to make sure that you do not link in the release configuration against it.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -