Closed clang-clang-clang closed 1 year ago
Describe the bug In plugin/network/apple, NetworkRequestState's fRequestURL EXC_BAD_ACCESS in pushToLuaState.
NetworkRequestState
fRequestURL
pushToLuaState
To Reproduce
template
rttplayer
Possible Solution
plugin/network/apple/AppleNetworkSupport.mm fPhase = @"began"; fStatus = -1; - fRequestURL = url; + fRequestURL = [url copy]; fResponseHeaders = nil; fResponseType = @"text";
iOS will take effect, but macOS need run build.sh first then copy network.dylib from build-core.
build.sh
About License
Are the submodule-plugins-network and submodule-plugins-build-core and all the submodules follow up this main repo's MIT license? @Shchvova May I ask to setup a proper LICENSE on those repos?
Related to https://github.com/coronalabs/corona/issues/632.
Possibly relevant Xcode 15 Release Notes:
Fixed in 3699.
Describe the bug In plugin/network/apple,
NetworkRequestState
'sfRequestURL
EXC_BAD_ACCESS inpushToLuaState
.To Reproduce
template
built by Xcode 15 at iOS 17 device;rttplayer
built by Xcode 15 at macOS Sonoma.Possible Solution
iOS will take effect, but macOS need run
build.sh
first then copy network.dylib from build-core.About License
Are the submodule-plugins-network and submodule-plugins-build-core and all the submodules follow up this main repo's MIT license? @Shchvova May I ask to setup a proper LICENSE on those repos?