Unable to install app in simulator xcode 9 beta

前端 未结 12 970
耶瑟儿~
耶瑟儿~ 2020-12-16 12:54

I downloaded Xcode 9 beta recently, and when I tried to run my app in the simulator it is not getting installed. I am getting this error in my Xcode every time I try to run

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 13:21

    Late answer but might be that can be useful for others. I just get a project with existing watch-kit and custom keyboard code. After change the identifier i got the same error and i spend 1 day to find out why that happens.

    I checked everything of bundle id and all version. then i do global search in xcode with old identifier and i found that following.

    Here in both .plist file have old WKCompanionAppBundleIdentifier so after i update it with new manually application run again.

    IMPORTANT NOTE:

    IF YOU ARE JUST CHANGE IDENTIFIER FROM GENERAL TAB THAT DOES NOT MEAN IT UPDATE AT ALL. KINDLY CHECK WITH ALL POSSIBLE PLACES BY SEARCH AND REPLACE IT WITH NEW IDENTIFIER.

    XCODE VERSIO: Version 9.0 (9A235)
    

提交回复
热议问题