We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在2018.3的環境底下無法正常build iOS了
目前發現兩個更改點: [[DisplayManager Instance] updateDisplayListInUnity];
[[DisplayManager Instance] updateDisplayListInUnity];
已不存在,依照新版本: [[DisplayManager Instance] updateDisplayListCacheInUnity];
[[DisplayManager Instance] updateDisplayListCacheInUnity];
另外: class_replaceMethod([UIScreen class], @selector(nativeScale), UIScreen_NativeScale_IMP, UIScreen_nativeScale_Enc);
class_replaceMethod([UIScreen class], @selector(nativeScale), UIScreen_NativeScale_IMP, UIScreen_nativeScale_Enc);
裡面的 UIScreen_nativeScale_Enc 已無法使用。
UIScreen_nativeScale_Enc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在2018.3的環境底下無法正常build iOS了
目前發現兩個更改點:
[[DisplayManager Instance] updateDisplayListInUnity];
已不存在,依照新版本:
[[DisplayManager Instance] updateDisplayListCacheInUnity];
另外:
class_replaceMethod([UIScreen class], @selector(nativeScale), UIScreen_NativeScale_IMP, UIScreen_nativeScale_Enc);
裡面的
UIScreen_nativeScale_Enc
已無法使用。The text was updated successfully, but these errors were encountered: