Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 5.14.2 for Android and iOS: Error when releasing application. Why?

Qt 5.14.2 for Android and iOS: Error when releasing application. Why?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 264 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on last edited by bogong
    #1

    Hello all!
    I've got strange thing when trying to release my application:

    Screenshot 2020-05-21 at 11.52.06.png

    When I am building it in "debug" - all is OK. What am I missing? Is it bug?

    The same thing in iOS:

    Screenshot 2020-05-21 at 12.07.57.png

    And the same behavior when in debug - all is OK, when release - got failed.

    This JS file contain only definition of object:

    .pragma library
    const ENUM_OBJECT = Object.freeze({
    
    	Reply: {
    
    		Error: 0,
    		Ok: 1,
    		Existed: 2,
    		NotExisted: 3,
    		WrongProperties: 4,
    		WrongValue: 5,
    		NoField: 6
    	}
    
    });
    
    1 Reply Last reply
    0
    • B Offline
      B Offline
      bogong
      wrote on last edited by
      #2

      Solution found. Issue closed. There were duplicated inclusion of one file in different resource files.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved