-
|
I cannot figure out how to get Xcode 26 to compile my SkipLite app with an Icon Composer icon. I drop it into the Does anyone have this working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, I have an Icon Composer icon working for my app, and I just tried setting it up in a blank project and it worked. Note that since we're just talking about Xcode 26 and iOS 26, Skip actually has nothing to do with it. You can turn Skip completely off by setting A couple gotchas:
Having said all that, here's what I did:
Of course, that didn't make any icon appear on the Android side. You can use But, I did toy around with a converter from Icon Composer to Android Adaptive Icons. If you wanna give it a whirl, I think you'd be the first person to use it other than me! https://github.com/dfabulich/convert-apple-icon-composer-to-android-adaptive-icon |
Beta Was this translation helpful? Give feedback.
Yes, I have an Icon Composer icon working for my app, and I just tried setting it up in a blank project and it worked.
Note that since we're just talking about Xcode 26 and iOS 26, Skip actually has nothing to do with it. You can turn Skip completely off by setting
SKIP_ACTION = noneinDarwin/MyApp.xcconfig. All the iOS stuff then works as well as anything ever does in Xcode.A couple gotchas:
Testing updating the icon sometimes(?) requires uninstalling your app each time you want to change it. It's been a while, but I remember getting good use out of completely resetting the simulator, via the Device --> Erase All Content and Settings menu. (That bug might be fixed, but my main point …