Mirgation from Xcode 14 to Xcode 15

encountering so many bugs.

now getting trapped by the error "Cannot find type R in scope"

for the typealias Localizable = R.string.localizable.

Is there any way for me to deploy my app? as Apple stroe now only accept app built by Xcode 15.0 above but Xcode 15.0 migration causing so many error.

Just complaining about a problem without giving details on the context is not enough to get some help.

Where and how did you define type R ?

Where do you use it ?

Thanks for the post. It seems like you are having issues migrating from Xcode 14 to Xcode 15. Migration should be straightforward and there is a step-by-step migration process that helps you migrate your code from one Xcode to another after you open your project with the new Xcode.

Additionally, I've found a post in the forums that may be helpful to you regarding localizable strings after migration: https://forums.developer.apple.com/forums/thread/738857.

To better understand the issue you're encountering, it would be helpful if you could provide the file structure before and after migration, as well as any errors or warnings that you encountered during the migration process. Additionally, it would be useful to see the differences in the .xcodeproj file, where all the changes made during migration will be displayed. If you have any other migration changes that you believe would be relevant to this issue, please feel free to share them as well.

Mirgation from Xcode 14 to Xcode 15
 
 
Q