Skip to content

Instantly share code, notes, and snippets.

@tarotaro
Created August 30, 2015 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarotaro/121617faffa9a1b1f467 to your computer and use it in GitHub Desktop.
Save tarotaro/121617faffa9a1b1f467 to your computer and use it in GitHub Desktop.
customize UE4 iOSToolChain.cs
428 Result += Result += GetArchitectureArgument(LinkEnvironment.Config.Target.Configuration, LinkEnvironment.Config.Target.Architecture);
429 Result += " -isysroot " + XcodeDeveloperDir + "Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" + IOSSDKVersion + ".sdk";
430+ Result += " -ObjC";
665- LinkAction.CommandArguments += string.Format(" \"{0}\"", ConvertPath(Path.GetFullPath(AdditionalLibrary)));
+ LinkAction.CommandArguments += string.Format(" -force_load \"{0}\"", ConvertPath(Path.GetFullPath(AdditionalLibrary)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment