Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't run app in the simulator iOS 8 Xcode 6

Tags:

I receive the following error when trying to launch ios app in the iOS8 simulator:

9/12/14 1:32:02.953 PM com.apple.CoreSimulator.CoreSimulatorService[5355]: Error Domain=LaunchServicesError Code=0 "The operation couldn’t be completed. (LaunchServicesError error 0.)" UserInfo=0x7fc63f406240 {Error=PackageInspectionFailed, ErrorDescription=Failed to load Info.plist from bundle at path /Users/myexec/Library/Developer/CoreSimulator/Devices/B21BB739-E031-41DA-9FF1-11DA4B4EB7B9/data/Library/Caches/com.apple.mobile.installd.staging/temp.zJ0bBq/extracted/Myapp.app/Frameworks/LiveSDK.framework}

I can't understand what is wrong. It runs with no problem on iOS 7.1 simulator.

like image 813
myexec Avatar asked Sep 12 '14 10:09

myexec


1 Answers

Even after removing ShareKit I was still seeing this issue. What finally fixed it for me was holding down the Option key and then choosing Product > Clean Build Folder

like image 196
dirkoneill Avatar answered Oct 17 '22 22:10

dirkoneill