You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the command updates incorrect parameter, which breaks Xcode.
Also, the iOS production icos get generated but Xcode still points to AppIcon instead of the new AppIcon-production. It works with staging fine though.
💬 Description
It generates the files fine, but for some reason it also updates the ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS values in project.pbxproj to be AppIcon-staging, when it's originally just set to YES.
This then breaks the Xcode project and the change has to be reverted.
Also, for the iOS production icon, Xcode still points to the original AppIcon instead of the new AppIcon-production. Staging works great.
ℹ️ Info
Running the command updates incorrect parameter, which breaks Xcode.
Also, the iOS production icos get generated but Xcode still points to AppIcon instead of the new AppIcon-production. It works with staging fine though.
💬 Description
It generates the files fine, but for some reason it also updates the
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS
values in project.pbxproj to beAppIcon-staging
, when it's originally just set toYES
.This then breaks the Xcode project and the change has to be reverted.
Also, for the iOS production icon, Xcode still points to the original AppIcon instead of the new AppIcon-production. Staging works great.
I have no issues on Android though!
📜 Pubspec.yaml
Staging:
Prod:
The text was updated successfully, but these errors were encountered: