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
1.) your bundle identifier is '$(PRODUCT_BUNDLE_IDENTIFIER)' which is nonsense. according to Apple, each app needs a distinct CFBundleIdentifier.
2.) i've downloaded version 1.2.3 but it identifies itself as version 1.2 when selected in the Finder. the CFBundleShortVersionString and the CFBundleVersion entries need to be updated, the 'CFBundleGetInfoString' entry which has been deprecated for more than 10 years should be removed
The text was updated successfully, but these errors were encountered:
1.) your bundle identifier is '$(PRODUCT_BUNDLE_IDENTIFIER)' which is nonsense. according to Apple, each app needs a distinct CFBundleIdentifier.
2.) i've downloaded version 1.2.3 but it identifies itself as version 1.2 when selected in the Finder. the CFBundleShortVersionString and the CFBundleVersion entries need to be updated, the 'CFBundleGetInfoString' entry which has been deprecated for more than 10 years should be removed
The text was updated successfully, but these errors were encountered: