-
Notifications
You must be signed in to change notification settings - Fork 13
Description
unity2017.4.33f1 , unity2019.3.8f1(默认空场景)都试了,生成好了libiPhone-lib-new.a,替换了原来的libiPhone-lib.a,上传后,但还是收到邮件:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
是我作的不对吗?
附:
当前所有架构:
['armv7', 'arm64']
----------开始生成armv7 URLUtility.o
/Users/jack/Desktop/RemoveUnityUIWebView/URLUtility.mm:23:6: warning:
'openURL:' is deprecated: first deprecated in iOS 10.0
[-Wdeprecated-declarations]
[app openURL:url];
^~~~~~~
openURL:options:completionHandler:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note:
'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:opt...
^
/Users/jack/Desktop/RemoveUnityUIWebView/URLUtility.mm:30:6: warning:
'openURL:' is deprecated: first deprecated in iOS 10.0
[-Wdeprecated-declarations]
[app openURL:url];
^~~~~~~
openURL:options:completionHandler:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note:
'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:opt...
^
2 warnings generated.
----------结束生成armv7 URLUtility.o
----------开始生成:libiPhone-lib_armv7.a
----------结束生成:libiPhone-lib_armv7.a
----------移除旧的URLUtility.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(MeshSkinningNEON64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(TransformVertexNEON64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(Matrix4x4_NEON64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(unwind_test_arm64.o) has no symbols
----------插入新的URLUtility.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(MeshSkinningNEON64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(TransformVertexNEON64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(Matrix4x4_NEON64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jack/Desktop/RemoveUnityUIWebView/armv7/libiPhone-lib_armv7.a(unwind_test_arm64.o) has no symbols
----------开始生成arm64 URLUtility.o
/Users/jack/Desktop/RemoveUnityUIWebView/URLUtility.mm:23:6: warning:
'openURL:' is deprecated: first deprecated in iOS 10.0
[-Wdeprecated-declarations]
[app openURL:url];
^~~~~~~
openURL:options:completionHandler:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note:
'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:opt...
^
/Users/jack/Desktop/RemoveUnityUIWebView/URLUtility.mm:30:6: warning:
'openURL:' is deprecated: first deprecated in iOS 10.0
[-Wdeprecated-declarations]
[app openURL:url];
^~~~~~~
openURL:options:completionHandler:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note:
'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:opt...
^
2 warnings generated.
----------结束生成arm64 URLUtility.o
----------开始生成:libiPhone-lib_arm64.a
----------结束生成:libiPhone-lib_arm64.a
----------移除旧的URLUtility.o
----------插入新的URLUtility.o
----------生成的新的libiPhone为:
/Users/jack/Desktop/RemoveUnityUIWebView/libiPhone-lib-new.a