can't use on xcode12 and iOS14
See original GitHub issueEnvironment check:
$ npm i macaca-cli -g && macaca doctor
-
app inspector version / 版本号: 2.0.29 from npm
-
os version / 系统:
-
device information / 设备版本: 14.0.1
-
terminal log / 终端输出信息:
try
app-inspector -u xxxx --verbose
for more log detail.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Xcode 14 cannot prepare iPhone 12 running iOS 15.7
After upgrading to Xcode 14 I can no longer run on my iPhone 12 running iOS 15.7. It appears the 15.7 SDK is...
Read more >Xcode 12 won't let me use lower iOS versions - Stack Overflow
I was able to solve the different iOS version problems on the M1. For iOS 14 and up, go to Excluded Architectures in...
Read more >How to fix the error "The developer of this app needs to update ...
After upgrading to iOS 15, you may see an error in applications built with XCode 12.4 or earlier that were previously running on...
Read more >Everything You Need to Know About Deployment Targets
The section contains a dropdown menu and three checkboxes, iPhone, iPad, and Mac. Because I am using Xcode 12, the dropdown menu is...
Read more >Apple will require developers to submit apps using Xcode 13
Apple on Tuesday sent a reminder to developers about an upcoming change in the requirements for submitting apps to the App Store.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry I was busy with other things, taking a look this week.
You can use the walkaround that @mariushorvat suggested, or you can manually compile
XCTestWD
Carthage dependencies and replace the old dependencies copied over fromxctestwd-frameworks
with new ones. thexctestwd-frameworks
is merely an installation-step optimization to pre-compile the Carthage dependencies and save some time. Unfortunately it needs to be updated with every Swift update.Meanwhile, let’s track the issue here: https://github.com/alibaba/macaca/issues/985
I am having the same issue - any progress here? 🙏