Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by kaursandeep · Feb 02, 2017 at 03:06 PM · build-erroril2cppexceptionstripping

build with IL2CPP error unity 4.6.9 while making iOS build

The project works fine in Android and me facing the following issues while making iOS build

  1. Failed running /Applications/Unity/Unity.app/Contents/Frameworks/Tools/UnusedByteCodeStripper2/UnusedBytecodeStripper2.exe -out "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed" -l none -c link -x "/Applications/Unity/Unity.app/Contents/Frameworks/Tools/UnusedByteCodeStripper/native_link.xml" -f "/Applications/Unity/Unity.app/Contents/Frameworks/il2cpp/LinkerDescriptors" -x "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/../platform_native_link.xml" -x "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/methods_pointedto_by_uievents.xml" -x "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Assets/link.xml" -d "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/Assembly-CSharp-firstpass.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/Assembly-CSharp.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/Assembly-UnityScript-firstpass.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/Assembly-UnityScript.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/UnityEngine.UI.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/P31RestKit.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/Photon3Unity3D.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/PlayerIOUnity3DClient.dll" -a "/Volumes/Data Backup/Nitish Project's/EightBalls_client_Build/Temp/StagingArea/Data/Managed/App42-Unity3D-SDK-4.1.2.dll"

stdout; Fatal error in Mono CIL Linker System.Exception: Error processing method: 'System.Void com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWWW::ExecuteMultipart(System.String,System.String,System.Collections.Generic.Dictionary`2 ,System.Collections.Generic.Dictionary`2,System.Collections.Generic.Dictionary`2 ,System.Collections.Generic.Dictionary`2,System.String,System.String,com.shephertz.app42.paas.sdk.csharp.App42CallBack)' in assembly: 'App42-Unity3D-SDK-4.1.2.dll' ---> Mono.Cecil.ResolutionException: Failed to resolve System.Collections.Generic.Dictionary`2 UnityEngine.WWWForm::get_headers() at Mono.Linker.Steps.MarkStep.MarkMethod (Mono.Cecil.MethodReference reference) [0x00000] in :0 at Mono.Linker.Steps.MarkStep.MarkInstruction (Mono.Cecil.Cil.Instruction instruction) [0x00000] in :0 at Mono.Linker.Steps.MarkStep.MarkMethodBody (Mono.Cecil.Cil.MethodBody body) [0x00000] in :0 at Mono.Linker.Steps.MarkStep.ProcessMethod (Mono.Cecil.MethodDefinition method) [0x00000] in :0 at Mono.Linker.Steps.MarkStep.ProcessQueue () [0x00000] in :0 --- End of inner exception stack trace --- at Mono.Linker.Steps.MarkStep.ProcessQueue () [0x00000] in :0 at Mono.Linker.Steps.MarkStep.Process () [0x00000] in :0 at Mono.Linker.Steps.MarkStep.Process (Mono.Linker.LinkContext context) [0x00000] in :0 at Mono.Linker.Pipeline.Process (Mono.Linker.LinkContext context) [0x00000] in :0 at Mono.Linker.Driver.Run () [0x00000] in :0 at Mono.Linker.Driver.RunDriver (Mono.Linker.Driver driver) [0x00000] in :0 stderr:

UnityEngine.Debug:LogError(Object) UnityEditorInternal.Runner:RunManagedProgram(String, String, String, CompilerOutputParserBase) UnityEditorInternal.AssemblyStripper:RunAssemblyLinker(IEnumerable`1, String&, String&, String, String) UnityEditorInternal.AssemblyStripper:StripAssembliesTo(String, String, String&, String&, String, String, IEnumerable`1) UnityEditorInternal.AssemblyStripper:Strip(String, String, String&, String&, String, String, IEnumerable`1) UnityEditorInternal.AssemblyStripper:Strip(String[], String[], String, String, String&, String&, String, String, IEnumerable`1) UnityEditorInternal.IL2CPPBuilder:RunAssemblyStripper(IEnumerable, String, String[], String[], String) UnityEditorInternal.IL2CPPBuilder:StripAssemblies(IEnumerable`1, String) UnityEditorInternal.IL2CPPBuilder:Run() UnityEditorInternal.IL2CPPUtils:RunIl2Cpp(String, String, IIl2CppPlatformProvider, Action`1, RuntimeClassRegistry) UnityEditor.HostView:OnGUI()

  1. Error building Player: Exception: /Applications/Unity/Unity.app/Contents/Frameworks/Tools/UnusedByteCodeStripper2/UnusedBytecodeStripper2.exe did not run properly!

@JoshPeterson i read your posts and i hope you will help me and any other persons suggestions would be appreciated

Thanks in advance

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by JoshPeterson · Feb 02, 2017 at 03:11 PM

It looks like this is the error that matters:

Error processing method: 'System.Void com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWWW::ExecuteMultipart(System.String,System.String,System.Collections.Generic.Dictionary`2 ,System.Collections.Generic.Dictionary`2,System.Collections.Generic.Dictionary`2 ,System.Collections.Generic.Dictionary`2,System.String,System.String,com.shephertz.app42.paas.sdk.csharp.App42CallBack)' in assembly: 'App42-Unity3D-SDK-4.1.2.dll' ---> Mono.Cecil.ResolutionException: Failed to resolve System.Collections.Generic.Dictionary`2 UnityEngine.WWWForm::get_headers()

I'm not too familiar with the UnityEngine.WWWForm class, but it seems that ExecuteMultipart is trying to reference a method named get_headers, which does not exist.

Is App42-Unity3D-SDK-4.1.2.dll built against the same version of Unity that you are using? I suspect there may be a mismatch here.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

92 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Buliding Android Game | Exception - il2cpp.exe did not run properly 0 Answers

TextMechPro error cs0433 0 Answers

Android building process gets stuck on "Building native binary with IL2CPP" 2 Answers

Unable to generate 64 bit android apk for Unity project 0 Answers

unity 5.4.2p4 build apk by il2cpp fail 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges