av.imageview icon indicating copy to clipboard operation
av.imageview copied to clipboard

Build for Device & Simulator Error

Open jabele opened this issue 5 years ago • 3 comments

When I build with either 2.0.2 or 2.1.0 on iOS I get this error:

Building for iOS Simulator, but the linked and embedded framework 'SDWebImage.framework' was built for iOS + iOS Simulator

When I remove av.imageview and build again it has no problems. Any suggestions for how to get over this hurdle?

jabele avatar Dec 17 '20 22:12 jabele

how do you build your app and which Ti SDK are you using? Don't see that error here

m1ga avatar Jan 09 '21 22:01 m1ga

I also have this problem with my project. I am trying to setup our build on a new machine that has XCode 12.3 on it. I am building through VS Code using the Titanium Extension. The error comes up when I try to run or debug on the iOS emulator. There is no problem running the app on the Android Emulator on the same machine. We have it working on another machine that runs XCode 12.1. The error seems to be similar to this: https://developer.apple.com/forums/thread/669411?answerId=652663022#652663022

arnmac avatar Jan 13 '21 17:01 arnmac

xcode 12.3 has some issues. See: https://github.com/appcelerator/titanium_mobile/pull/12354 for a fix or downgrade to 12.2

m1ga avatar Jan 13 '21 17:01 m1ga