objective c - Published app now won't run in XCode 7 simulator -


i have app has been in app store 2 years. published ios 7, updated , runs under ios 8, , downloaded xcode 7 make sure ready when ios 9 hits streets.

i getting exc_bad_access error when run app in simulator, not when run on test device running ios 9.

i using nsurlsessiondownloadtask pull file down server:

  nsurlsessiondownloadtask *getthenoticefromtheserver = [session downloadtaskwithrequest:[nsurlrequest requestwithurl:[nsurl urlwithstring:completefilepath]]];   [getthenoticefromtheserver resume]; 

the error hits after call resume. again, when run on simulator in xcode 7. works champ on ios9 device , on xcode 6 simulator well. else seen while using nsurlsession xcode 7?

thanks! scott

well thought xcode 7 beta 3 fixed this, changed behavior. app run fine on device itself, or in simulator. crash happens when run on device within xcode...you know, during development , debugging. awesome.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -