Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 /
avatar image
0
Question by jica · Jan 29, 2015 at 02:32 PM · iosgenericsaotjit

iOS JIT compile error on Generic method called with basic types (int, bool, float)

I have a generic method like this:

 public class MyClass
 {
     public T MyMethod<T>(string arg)
     {
         return default(T);
     }
 }

When I try to call the method like this:

 int someInt = MyClassInstance.MyMethod<int>("some_string");

I get the following error:

 Attempting to JIT compile method 'MyClass.MyMethod<int> (string)' while running with --aot-only.

This also happens to bool and float types but it works for string.

Would you guys know why this happens? Thanks!

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
Best Answer

Answer by steakpinball · Jan 29, 2015 at 02:42 PM

This happened because just-in-time (JIT) compilation does not work on iOS. All code must be ahead-of-time (AOT) compatible. default() sometimes uses JIT. When this happens, you will have to write the code in such a way to remove the use of default(). I can't predict if it will or won't.

I will update this answer if I figure out more.

Comment
Add comment · Show 3 · 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
avatar image jica · Jan 30, 2015 at 03:46 AM 0
Share

All right. Thanks! :)

avatar image ayyappa · Apr 29, 2015 at 06:10 PM 0
Share

Can someone confirm this please?

@brianturner @jica : Because I see default keyword being used in Dictionary implementation for TryGetValue. Was wondering how this got accepted as answer? Please suggest.

avatar image steakpinball · Apr 30, 2015 at 03:01 PM 0
Share

Interesting. I wasn't aware Dictionary was using it. I ran some test and found there are some instance where it does work, but can't see why it does or doesn't. If it works for you, Great.

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

ios: 2 function calls on the same interface, one working... the other function call doing literally nothing 0 Answers

My Generic function using LINQ(orderBy thenBy)Not working on IOS 1 Answer

Templates/Generic - AOT problems 1 Answer

Saving Data on IOS produces JIT Error in Xcode 2 Answers

Serialize on iOS , that is AOT safe. 2 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