Jump to content

Arsl01

Members
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by Arsl01


  1. Hello, I simply want to change the rotate feature of the mark I added on the map, while it does this on the android part, it does not react on the ios part.
    How can I change the direction of a mark in ios.

     

     

    var
    MyMarker: TMapMarkerDescriptor;
    degree:integer;
    begin
     MyMarker := TMapMarkerDescriptor.Create(Position, 'Here');
     MyMarker.Icon := ImageList2.Bitmap(TSizeF.Create(64, 64), 10);
     Derece:= degreecal();
     MyMarker.Rotation := degree;
     
     MyMarker.Draggable := false;
     MyMarker.Visible := true;
     MyMarker.Title := title;
     MyMarker.Snippet := '(' + Position.Latitude.ToString + ' - ' +
       Position.Longitude.ToString + ')';
     loc := MapView1.AddMarker(MyMarker);
     FMarkersboat.add(loc);
    end;

     


  2. ITMS-90793: Missing fonts - The com.apple.developer.user-fonts entitlement is present with the system-installation value, yet no fonts were detected in the app. Please remove the system-installation entitlement value or make sure to include your fonts and resubmit.


  3. Hello again, the full error message is as follows

     Mosco 1.2.1
    2021.12.06 22:33:06.065 Server is now: Active on Port: 8088
    2021.12.06 22:33:06.065 Local addresses (may or may not be bound to any or all):
    2021.12.06 22:33:06.065 192.168.139.128
    2021.12.06 22:34:42.415 Executing: /usr/bin/xcodebuild -exportArchive -archivePath "/Users/macuser/PAServer/scratch-dir/muharrem-sanalmac/NorthPLus.archive" -exportPath "/Users/macuser/PAServer/scratch-dir/muharrem-sanalmac" -exportOptionsPlist "/Users/macuser/PAServer/scratch-dir/muharrem-sanalmac/NorthPLus.archive/exportOptions.plist"
    2021.12.06 22:34:48.060 Export Archive failed with exit code: 70 - ** EXPORT FAILED **

     

×